Welcome![Sign In][Sign Up]
Location:
Search - PNG VC

Search list

[Picture Viewerlpng161

Description: libpng源码,最新的libpng,包含zlib,主要用于png格式的解析。其中包含VC的工程,可以直接编译出lib和d-libpng source, the latest of libpng, including zlib, mainly used png format parsing. Which contains the VC project, you can directly compile the lib and dll
Platform: | Size: 7380992 | Author: wenlf | Hits:

[OS programturnformat

Description: VC++转换图像文件格式,浏览一幅新图像,可将其的格式转换为BMP/JPG/GIF/PNG/TIF等格式,转换的格式还挺全,而且操作也方便,程序主要是想让VC初学者了解一些图像操作的知识,因此本图像转换程序并不是完美的。-VC++ convert image file format, view a new image, the format can be converted to BMP/JPG/GIF/PNG/TIF format, format conversion is quite full, and the operation is convenient, the program mainly want VC earlyscholars to understand some knowledge of the operation of the image, the image conversion program is not perfect.
Platform: | Size: 41984 | Author: 邵名声 | Hits:

[GUI DevelopHTControlDemo

Description: 调试需要VS2010,只想看效果的可以联系我发给你exe.此VC界面控件皮肤库我会不断地更新,你发现问题及时联系我,请关注我的资源列表中最新版本。支持绝大多数常用控件,可以对控件进行任意换肤,支持控件任意透明度,界面无闪烁,不需要附加的学习即可使用。包含PNG透明按钮,静态控件,自定义进度条,自定义控制杆,自绘滚动条,完美替换CListCtrl滚动条,支持CListCtrl背景图显示,在CListCtrl中添加进度条,完美替换CRichEditCtrl滚动条等。-Debugging requires VS2010, want to see the effect can contact me send you exe. This VC interface controls skin library I will continue to update you identify problems in time to contact me, please pay attention to my list of resources the latest version. Supports most commonly used controls, you can control arbitrary peels, supports arbitrary controls the transparency of the interface without blinking, without additional learning can be used. Including PNG transparent buttons, static controls, custom progress bar, custom control lever, since the painting scroll bars, scroll bars perfect replacement CListCtrl support CListCtrl background image shows a progress bar in CListCtrl add the perfect replacement CRichEditCtrl scroll bars.
Platform: | Size: 1102848 | Author: MR lee | Hits:

[Button controlVc_PngButton_Vs2010

Description: VC++使用png透明背景方式显示任意形状按钮,内附详细文档。VS2010编译。-VC++ use png transparent background display any shape button, containing detailed documentation. VS2010 compile.
Platform: | Size: 606208 | Author: gz666 | Hits:

[Dialog_WindowChangeAlpha

Description: vc++2010写的,GDI+,实现图片的透明度、亮度、对比度的设置,最终可以保存成png文件。-vc++2010 wrote, GDI+, to achieve transparency of the picture, brightness, contrast settings can be saved as png file eventually.
Platform: | Size: 13778944 | Author: 韩晓东 | Hits:

[Picture Viewerlpng160

Description: 实现png图像的读取等功能的库函数 在vc中可以用于各种图像处理方法支持-png reference library
Platform: | Size: 618496 | Author: yaonaimeng | Hits:

[Windows Developvc6GDIplusSrc

Description: VC 用GDI与PNG图片实现半透明桌面时钟,精选学习源码,很好的参考资料。-VC GDI and semi transparent PNG image to achieve desktop clock, select learning source code, a good reference.
Platform: | Size: 794624 | Author: 清蒸翅子 | Hits:

[Embeded LinuxPNG_EC_DC

Description: png嵌入式下的编解码可以在linux和VC下编译通过-png codec can be embedded under the VC under linux and compiled by
Platform: | Size: 3758080 | Author: guoqingli | Hits:

[GUI DevelopPdf2Png

Description: vc++代码, MuPDF转png图片,速度很快,效果也很好。 如果需要其它格式的图片,可以把png转为其它格式,这种转图片格式的库很多,VC++中可直接使用CImage,非常方便,也可以直接使用CImag来显示PNG图片。-convert pdf to png by using mupdf.
Platform: | Size: 1620992 | Author: Arthur | Hits:

[GUI Developjpegwei

Description: 对话框显示背景图片,在vc对话框界面上调用并显示png格式的图片-Png images called vc dialog interface and display
Platform: | Size: 151552 | Author: 朱朱 | Hits:

[Dialog_Windowtransparency_Bmp

Description: VC++ 透明窗体制作的例子,利用了BMP图像,而不是PNG。-VC++ strange transparent form, use the BMP images.
Platform: | Size: 94208 | Author: | Hits:

[GUI DevelopHTControlDemo(v1.0.3.2)

Description: VC界面控件皮肤库(v1.0.3.1):压缩包中包括VS2005,VS2008和VS2010三个项目工程。此VC界面控件皮肤库我会不断地更新,你发现问题及时联系我,请关注我的资源列表中最新版本。 支持绝大多数常用控件,可以对控件进行任意换肤,支持控件任意透明度,界面无闪烁,不需要附加的学习即可使用。包含PNG透明按钮,静态控件, 自定义进度条,自定义控制杆,自绘滚动条,完美替换CListCtrl滚动条,支持CListCtrl背景图显示,在CListCtrl中添加进度条,完美替换CRichEditCtrl滚动条等。-VC interface controls skin Library (v1.0.3.1): compressed package includes VS2005, VS2008 and VS2010 three project. The VC interface controls skin library I will continue to update you identify problems in time to contact me, please pay attention to my list of resources the latest version. Supports most commonly used controls, the controls can be any skin, support any transparency controls, interface no flicker, no additional learning can be used. Contains PNG transparent buttons, static controls, custom progress bar, custom levers, self-painted scroll bar, scroll bar perfect replacement CListCtrl support CListCtrl background image to display, add a progress bar in CListCtrl, the perfect replacement CRichEditCtrl scroll bars.
Platform: | Size: 3306496 | Author: Kevin2000178 | Hits:

[GDI-BitmapPngDlg

Description: VC++利用png图片做底图的窗口,根据png图片,可以制作不规则窗口,半透明窗口,用俩个窗口联动实现,参考codeproject文章,非常漂亮,希望大家喜欢。-VC++ use png images do underlay window, according to png images, you can create irregular windows, translucent window, with two windows to achieve linkage, reference codeproject article, very beautiful, I hope you like it.
Platform: | Size: 809984 | Author: dfjdj | Hits:

[GUI DevelopGDIPPNG

Description: Bus route map simulation-based VC source code GDI + PNG-Bus route map simulation-based VC source code GDI+ PNG
Platform: | Size: 222208 | Author: xuye | Hits:

[Special Effectscximage701_full

Description: full source code with JPG, PNG, TIF, ZLIB, Jbig, JasPer, LibMNG, LibDCR, LibPSD libraries, documentation and demo for Microsoft VisualStudio6 (VC++, VB), Visual Studio 2005 (Win32, x64 and WinCE), wxDev-C-full source code with JPG, PNG, TIF, ZLIB, Jbig, JasPer, LibMNG, LibDCR, LibPSD libraries, documentation and demo for Microsoft VisualStudio6 (VC++, VB), Visual Studio 2005 (Win32, x64 and WinCE), wxDev-C++
Platform: | Size: 3889152 | Author: rmhua | Hits:

[Other Gamescocos2d模拟翻书

Description: cocos2d模拟翻书 PageTurn.cpp,PageTurn.h放在cocos引擎中,在VC导入。AppDelegate.cpp直接覆盖,test1.png放入res文件夹即可,运行。(Cocos2d book PageTurn.cpp PageTurn.h in the simulation, the Cocos engine, the introduction of VC. AppDelegate.cpp directly overwrite, test1.png into the res folder, you can run.)
Platform: | Size: 38912 | Author: wangiii | Hits:

[Dialog_Window280699

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源()
Platform: | Size: 5120 | Author: iisuatce | Hits:

[OS programsihzature

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源()
Platform: | Size: 5120 | Author: hert_bfdev | Hits:

[OS program2906097

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源()
Platform: | Size: 5120 | Author: tachntlola | Hits:

[Process-Threadeeecutive

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源()
Platform: | Size: 5120 | Author: Elsaku | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net